home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT02.Dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  143 b   |  9 lines

  1. on exitFrame
  2.   global asw, ssw, msw
  3.   if (asw = 1) and (ssw = 1) and (msw = 1) then
  4.     go(1, "EVENT03")
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.